home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineSprite_89 / frame_3 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  128 b   |  8 lines

  1. if(_root.gplayFlg == true)
  2. {
  3.    this.alg();
  4. }
  5. this._x = this.px;
  6. this._y = this.py;
  7. this.gotoAndPlay(_currentframe - 1);
  8.